home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Development Environments ƒ / Perl 4.0.2 ƒ / unix / hints / apollo_C6_8.sh < prev    next >
Encoding:
Text File  |  1992-01-04  |  769 b   |  21 lines

  1. optimize=''
  2. ccflags='-DDEBUGGING -A cpu,mathchip -W0,-opt,2'
  3.  
  4. cat <<'EOF'
  5. Some tests may fail unless you use 'chacl -B'.  Also, op/stat
  6. test 2 may fail occasionally because Apollo doesn't guarantee
  7. that mtime will be equal to ctime on a newly created unmodified
  8. file.  Finally, the sleep test will sometimes fail.  See the
  9. sleep(3) man page to learn why.
  10.  
  11. And a note on ccflags:
  12.  
  13.     Lastly, while -A cpu,mathchip generates optimal code for your DN3500
  14.     running sr10.3, be aware that you should be using -A cpu,mathlib_sr10
  15.     if your perl must also run on any machines running sr10.0, sr10.1, or
  16.     sr10.2.  The -A cpu,mathchip option generates code that doesn't work on
  17.     pre-sr10.3 nodes.  See the cc(1) man page for more details.
  18.                         -- Steve Vinoski
  19.  
  20. EOF
  21.